home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / coderc / coderc.cab / ReadMe.txt < prev    next >
Text File  |  1999-08-09  |  1KB  |  32 lines

  1.  
  2.     This application takes vb code and copies it into an rc file that can be made into 
  3. a res file.  A text file of all code in the project is also created.  The Identifier of 10 is used for
  4. the total number of strings in the res file.  The first string is at Identifier 20 and increments at
  5. multiples of 10.
  6.     The application also has the ability to take a text file and copy it to a res file
  7. but only by command line.
  8.  
  9. Problems Noticed:
  10.     The rc compiler will treat the \ as a c compiler operand.  Meaning a \r
  11.      represents a carriage return and a \n represents a line feed.  When 
  12.     brought back into the project they will have slight defects in displaying
  13.     because of this.
  14.  
  15. ****       THIS APPLICATION WILL NOT CREATE THE ACTUAL RES        ****
  16. ****       FILE BUT THE RC TO MAKE IT                          **** 
  17.  
  18. About use:
  19.  
  20. Optimize As    modify how large the string can be when creating the rc file.
  21.         If the error "error rc2102 string literal too long" is encountered
  22.         while creating the res file reduce this number.  If you are at the
  23.         lowest setting your code is not readable.  Code lines should be
  24.         visible in their entirety without having to scroll.
  25.  
  26. Files Found     Informs user of the files found in the project.  This includes 
  27.         *.bas;*.frm;*.cls;*.ctl;*.pag
  28.  
  29.  
  30. "When the only thing you can find is the executable the code will not be lost!!!" - The Cat.
  31.  
  32. catbrain_98@yahoo.com